home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / remove_action < prev    next >
Text File  |  2001-04-06  |  323b  |  15 lines

  1. SYNOPSIS
  2.         int remove_action(string verb, object ob)
  3.  
  4. DESCRIPTION
  5.         Removes the action for the optional object, default is for
  6.         this_player().
  7.  
  8.         Result is 0 if there was no action to remove, and non-0 otherwise.
  9.  
  10. HISTORY
  11.         Introduced in 3.2.1
  12.  
  13. SEE ALSO
  14.         add_action(E), move_object(E)
  15.